﻿body, h1, h2, h3, h4, h5, h6, div, ul, li, ol, dl, dt, dd, td, p, pre, form, fieldset, input, textarea, blockquote, th, button, em, select {
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}
img, border, select, li {
	border: none;
	vertical-align: top;
}
ul, dl, li {
	list-style: none;
}
body {
	font-family: "微软雅黑";
	margin: 0 auto;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	color: #222222;
	min-width: 1200px;
}
/*共用*/
a {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/*共用结束*/
a {
	color: #252525;
}
.top {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.top1 {
	width: 100%;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	background: #1c62b0;
}
.top1_1 {
	width: 1200px;
	margin: 0 auto
}
.header {
	background: #fff;
}
.head_l {
	float: left;
	color: #f2f2f2;
	width: 55%;
}
.head_l a {
	color: #f2f2f2
}
.head_z {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
.head_z a {
	overflow: hidden;
}
.head_r {
	float: right;
	width: 299px;
	padding-right: 75px;
}
.head_r p {
	float: left;
	width: 210px;
}
.head_r p a {
	color: #fff;
	float: left;
	height: 99px;
	line-height: 56px;
	text-align: center;
	text-shadow: 1px 1px 0px #B49000;
}
.header_right {
	max-width: 45%;
	float: right;
	text-align: right;
	width: auto
}
.header_right ul {
	overflow: hidden;
}
.header_right ul li {
	float: left;
}
.header_right li {
	color: #fff
}
.header_right li a {
	height: 22px;
	line-height: 22px;
	padding: 0 3px;
	color: #222;
	padding-left: 5px;
	padding-right: 10px;
	color: #f2f2f2
}
.header_right a.china {
	background: url(images/chinese.jpg) no-repeat left center;
	padding-left: 25px;
}
.header_right a.english {
	background: url(images/english.jpg) no-repeat left center;
	padding-left: 25px;
}
.header_right a.Spanish {
	background: url(images/Spanish.jpg) no-repeat left center;
	padding-left: 25px;
}
.header_right ul li {
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 3px;
	padding-right: 3px;
}
/*弹出框search*/
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.container-fluid::before {
	display: table;
	content: " ";
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal {
	top: 40%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal-lg {
	width: 900px;
}
.fade.in {
	opacity: 1;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.bs-example-modal-lg-search .row {
	padding: 20px;
}
.row::before {
	display: table;
	content: " ";
}
.col-lg-10 {
	width: 100%;
	margin: 0 auto;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-btn > .btn {
	position: relative;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.modal-lg .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-top: 0px
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button, select {
	text-transform: none;
}
button {
	overflow: visible;
}
button, input, optgroup, select, textarea {
	margin: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	font: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background: rgba(0,0,0,0.6);
	z-index: 999
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-lg {
	width: 900px;
	margin: 0 auto
}
.modal-dialog {
	margin: 30px auto;
	position: relative;
	z-index: 99999
}
.modal-dialog .row {
	padding: 20px;
}
.social-icons {
	float: left;
	padding-left: 20px;
	padding-top: 7px;
	text-align: right
}
.top2 {
	width: 1200px;
	position: relative;
	height: 99px;
	margin: 0 auto;
}
.logo_l {
	float: left;
	width: 430px;
	padding-top: 10px;
}
.logo_l img {
	max-width: 100%
}
.logo_r {
	height: 99px;
	float: right;
	width: 770px;
}
.tel1 span {
	color: #fff;
	white-space: nowrap;
	background: url(images/top_tel.png) no-repeat left center;
	padding-left: 20px;
}
.search {
	height: 30px;
	width: 225px;
	background: url(images/search.png) no-repeat;
	padding: 2px 0px;
	float: right;
}
.s_text {
	width: 155px;
	height: 22px;
	line-height: 22px;
	border: none;
	padding: 4px;
	float: left;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
}
.s_btn {
	background: url(images/s_ss.png) no-repeat;
	border: 0px;
	height: 31px;
	line-height: 31px;
	width: 44px;
	font-size: 12px;
	font-family: 微软雅黑;
	color: rgba(7, 7, 7, 0);
	cursor: pointer;
	float: left;
}
.s_btn_a {
	float: left;
	width: 62px;
	height: 27px;
	line-height: 27px;
	color: white;
	border: none;
	background: url(images/s_btn_a.gif);
	cursor: pointer;
}
.tel {
	width: 230px;
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}
.tel img {
	width: 230px;
	height: 75px;
}
.innavico {
	width: 6px;
	height: 5px;
	background: url(images/innavico.png);
	position: absolute;
	top: 23px;
	z-index: 200;
}
.innavico2 {
	width: 6px;
	height: 5px;
	background: url(images/innavico.png);
	position: absolute;
	top: 1299px;
	z-index: 200;
}
.hotwords {
	float: left;
	width: 675px;
	line-height: 40px;
	height: 40px;
	font-size: 13px;
	color: #272727;
}
.hotwords a {
	color: #505050;
	padding: 0 2px;
}
.menu_ul li.on .home_page {
	font: 15px/50px "微软雅黑";
	height: 99px;
	line-height: 99px;
	font-size: 18px;
	font-weight: bold
}
.menu_ul li.on .home_page:hover {
	height: 99px;
	line-height: 99px
}
.menu_bg {
	width: 100%;
	margin: 0 auto
}
.menu {
	width: 100%;
	height: 99px;
	z-index: 10;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
.menu_ul li.one {
	float: left;
}
.menu_ul li.one a {
	font: 15px/99px "微软雅黑";
	display: block;
	line-height: 99px;
	color: #444;
	position: relative;
	text-align: center;
	height: 99px;
	width: 110px;
	font-size: 18px;
	font-weight: bold;
}
.menu_ul li.one a span {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.menu_ul li.on a, .menu_ul li.one a:hover {
	text-decoration: none;
	color: #1c62b0;
	height: 99px;
	font-size: 18px;
	font-weight: bold;
}
.ziye {
	position: relative;
	z-index: 0;
	width: 1080px;
	margin: 0 auto;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
}
.ziye_main {
	width: 100%;
	overflow: hidden
}
.ziye dd {
	width: 1423px;
	width: 1423px;
	position: relative;
	left: -240px;
}
.main {
	width: 100%;
	overflow: hidden;
	clear: both;
	background: #f5f5f5;
	background: none
}
.main_center {
	clear: both;
	width: 100%;
	margin: 0px auto;
}
.header_right {
	float: right;
}
.header_right a {
	height: 22px;
	line-height: 22px;
	padding: 0 3px;
	color: #333;
	padding-left: 5px;
	padding-right: 10px;
}
/*banner*/
/**幻灯片**/
.carousel-caption h3 {
	margin-bottom: 20px;
	font-size: 46px;
	text-align: left;
	line-height: 90px;
	height: 90px;
	background: #1c62b0;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff
}
.carousel-caption p {
	font-size: 17px;
	text-align: left;
	line-height: 32px;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
	-moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
*filter: Glow(color=#fff, strength=1);
}
.carousel-caption .btn {
	margin-top: 20px;
	font-size: 1.0em;
	text-align: left
}
.carousel-caption h3.pic2_title {
	text-align: right;
	float: right
}
.carousel-caption h3.pic4_title {
	text-align: right;
	float: right
}
.carousel-caption p.pic2_info {
	text-align: right;
	padding-left: 50%
}
.carousel-caption p.pic2_more {
	text-align: right;
	float: right
}
.carousel-caption p.pic4_info {
	text-align: right;
	padding-left: 50%
}
.carousel-caption p.pic4_more {
	text-align: right;
	float: right
}
.carousel-caption h3.pic3_title {
	text-align: right;
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
	width: 100%;
	height: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1;
	display: block;
	max-width: 1920px;
	width: 100%;
	height: auto;
}
.container {
	width: 1199px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	width: 100%;
	margin: 0 auto;
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 9999;
}
.pic1_info {
	color: #333;
}
.left {
	float: left;
	left: 0px
}
.right {
	float: right;
	right: 0px
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}
.carousel-indicators {
	position: absolute;
	bottom: 10%;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 40px;
	height: 5px;
	margin: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
}
.carousel-indicators .active {
	width: 40px;
	height: 5px;
	margin: 0;
	background-color: #1c62b0;
}
.carousel-caption {
	position: absolute;
	bottom: 30%;
	left: 15%;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	text-align: center;
}
.carousel-caption.caption1 {
	right: 15%;
}
.carousel-caption .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #333;
	color: #333
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}
.sr-only {
	display: none
}
.carousel-caption .btn {
	background: none
}
.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.marqueebg {
	wdith: 100%;
	height: 49px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
	background: url(images/ah1.jpg) repeat left top;
}
.marquee {
	width: 1200px;
	height: 49px;
	margin: 0 auto
}
.marquee a {
	color: #333;
	margin-right: 30px;
}
.marleft {
	float: left;
	font: 14px/49px 'Microsoft YaHei';
	color: #222;
	display: block;
	height: 49px;
	text-align: center;
}
.marquee marquee {
	float: left;
	width: 522px;
	height: 49px;
	color: #2e3e67;
	font: 14px/49px "微软雅黑";
}
.search10 {
	float: right;
	width: 235px;
	height: 37px;
	margin: 8px 0 0 5px;
	display: inline;
}
.text10 {
	float: left;
	width: 190px;
	height: 30px;
	font: 14px/30px '微软雅黑';
	color: #666;
	text-indent: 14px;
	border: 0;
	background: url(images/text.jpg) 0 0 no-repeat;
	display: inline
}
.text20 {
	float: left;
	width: 100px;
	height: 37px;
	border: 0;
	background: url(images/select.jpg) no-repeat 0 0;
}
.button10 {
	float: left;
	background: url(images/button.jpg) no-repeat;
	width: 44px;
	height: 30px;
	border: 0;
}
.select select {
	width: 101px;
}
.searchBar span {
	float: right;
	margin-top: 6px;
}
.searchBar span a {
	color: #666;
	margin-right: 8px;
}
.searchBar span a:hover {
	color: #ef9b11;
}
.searchBar .select {
	float: left;
	margin-top: 1px;
	display: inline;
	margin-right: 8px;
}
.searchBar .text {
	float: left;
}
.searchBar .text input {
	width: 214px;
	padding-top: 3px;
	height: 17px;
	border: 1px solid #b7d1eb;
}
div.selectbox-wrapper {
	border-right: #b7d1eb 1px solid;
	border-top: #b7d1eb 0 solid;
	overflow: hidden;
	border-left: #b7d1eb 1px solid;
	width: 99px;
	border-bottom: #b7d1eb 1px solid;
	position: absolute;
	background: #fff;
	text-align: left;
*margin-top:0;
	z-index: 10;
}
div.selectbox-wrapper ul li.selected {
	background-color: #e0ecf7;
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #36c
}
div.selectbox-wrapper ul li {
	text-align: center;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 100px;
	cursor: pointer;
	line-height: 20px;
	padding-top: 3px;
	font-size: 14px;
	font-family: '微软雅黑';
	color: #666;
}
.selectbox {
	border: none;
	display: block;
	width: 100px;
	text-indent: 13px;
	cursor: pointer;
	height: 37px;
	background: none;
	font-size: 14px;
	font-family: '微软雅黑';
	color: #fff;
	line-height: 37px;
}
.btn2 {
	float: left;
	display: inline;
	margin-left: 8px;
	margin-top: 2px;
}
/**首页**/

/*优势*/
.ys{ width:100%;background:url(images/ysbg.jpg) repeat-x center bottom; padding:30px 0;}
.ys_main {width: 1200px;margin: 0 auto; overflow:hidden;}

.ys_main p{ text-align: center; color: #333; font-size: 32px; font-style:normal;  padding: 5px 0;}
.ys_main p i{ color: #1b61bd; padding-right: 9px; font-style:normal;}
.ys_main p em{display: block;font-weight: normal;font-size: 14px;color: #666;padding: 15px 0 ; background:url(images/h2.jpg) no-repeat center bottom; font-style:normal; }

.ys dl{ overflow: hidden; float: left; width: 270px; height: 430px; margin-right: 15px; margin-left:15px; background: #fefefe; margin-top: 25px;}
.ys dl dt{ font-size: 0;width: 270px; height: 230px; overflow: hidden;}
.ys dl dt img{ width: 270px; height: 230px;}
.ys dl dd{ padding:0 23px 0 30px;}
.ys dl dd h3{ padding-top: 25px;}
.ys dl dd h3 strong{ font-size: 18px; color: #333; letter-spacing: 2px;}
.ys dl dd h3 span{ display: block; font-weight: normal; color: #afafaf; font-size: 14px; text-transform: uppercase; font-family: Arial; padding: 5px 0 15px 0;background:url(images/p_lin2.jpg) no-repeat left bottom;}
.ys dl dd p{ font-size: 14px; color: #666; line-height: 24px; padding-top:10px;}

.ys dl:hover h3 strong{ color: #1c62b0;}
.ys dl:hover h3 span{ color: #a8bbe0;background:url(images/p_lin.jpg) no-repeat left bottom;}
.ys dl:hover dd p{ color: #1c62b0;}
img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}
/*优势end*/
.goods {
	width: 100%;
	overflow: hidden; padding:30px 0;
}
.goods_main {
	width: 1200px;
	margin: 0 auto;
}

.goods1 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;margin-top: 5px;}
.goods1 ul {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
}
.goods1 ul li {  float: left; margin: 10px;}
.goods1 li a {  font-size: 16px;
    color: #030303;
    outline: none;
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: 3px;
    background: #fff;
}
.goods1 li a:hover {  
    color: #fff;
    background: #1c62b0;
}

.goods_list ul li{
    padding: 0.5% 0.5%;
    margin: 0;
    float: left;
    position: relative;
    list-style: none;
	width:24%;
	text-align:center;

}
.goods_list ul li a {
    display: inline-block;
    width: 99%;
    position: relative;
	border:1px solid #ddd;	background:#fff;
}
.goods_list ul li img{max-width: 100%;
    width: auto;
    display: block;
    vertical-align: middle;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    height: 285px;
    margin: 0 auto;
}


.goods_list ul li em{ width:100%;  color:#333; font-style:normal; font-size:16px;}


.goods_list ul li p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	color: #fff;
	font-size: 1em;
}
.goods_list ul li:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.goods_list ul li div.bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 20;
    background: #e06456;
    opacity: .7;
    filter: alpha(opacity:.7);
}
.goods_list ul li div.text {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 34px;
    color: #FFF;
    z-index: 30;
	padding:0;
	padding-top:8%;
	top:8%;
}
.goods_list ul li div.text em {
    font-size: 14px;font-style: normal;
}



/**关于我们**/
.about_us {width: 100%;margin: 0 auto;overflow: hidden; background:url(images/about.jpg) center top no-repeat; padding:40px 0;}
.about_us_main {width: 1200px;margin: 0 auto;padding-top: 5px;overflow: hidden;}
.about_center{ margin-top:20px;}
.about_right {width: 600px; height:400px;float: right; overflow:hidden;}
.about_right img { width:100%;}
.mF_pithy_tb .thumb li.current span {border: 1px solid #ccc;}
.about_left {width: 580px;float: left;}
.about_left img {width: 90%;background-color: #3f9fdb;border: 15px solid #f0f0f0;}
.about_us h1 {display: inline-block;font-size: 20px;width: 100%;padding: 15px 0;background: url(images/about_bottom.png) left bottom repeat-x;color: #1c62b0;}
.about_left .span_us { float: left; margin-right: 2%;width: 23%;transition: .2s width ease;}
.about_left .span_us .icon-about_1 {
	background: url(images/about1.png) no-repeat center top;
	width: 100%;
	height: 55px;
	display: block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.about_left .span_us .icon-about_2 {
	background: url(images/about2.png) no-repeat center top;
	width: 100%;
	height: 55px;
	display: block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.about_left .span_us .icon-about_3 {
	background: url(images/about3.png) no-repeat center top;
	width: 100%;
	height: 55px;
	display: block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.about_left .span_us .icon-about_4 {
	background: url(images/about4.png) no-repeat center top;
	width: 100%;
	height: 55px;
	display: block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.about_left .span_us .icon-about_1:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.about_left .span_us .icon-about_2:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.about_left .span_us .icon-about_3:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.about_left .span_us .icon-about_4:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.about_us span h5 {
	margin-top: 10px;
	font-weight: 100;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.about_us_list {
	width: 1200px;
	margin: 0 auto
}
.about_txt p {
	font-size: 15px;
	line-height: 32px;
	color: #6b6b6d; padding-bottom:15px;
}
.about_txt .btn a {
	display: block;
	width: 127px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	background: #fdb315;
	border-radius: 5px;
}
.about_txt .btn {
	margin-bottom: 5px;
}

.about_txt .row { margin-top:30px;}

/*新闻中心*/
.news {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.news_main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}
.news_title {
	padding-top: 2%;
}
.news_list { padding-top:15px;
}
.news_list_l {width: 590px;float: left;}
.news_list_l dd { float:left; width:428px; padding-left:20px;}
.news_list_l dd p {    font-size: 14px;
    line-height: 28px;
    margin-bottom: 6px;
    color: #666;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list_l dd .title_new {
	margin-bottom: 5px;
	font-size: 16px;
	color: #171717;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}
.news_list_l dt {
	border: 1px solid #ddd;
	overflow: hidden; width:140px; float:left;
}
.news_list_l dt img {
	width: 140px;
	height: 100px;
}
.news_list_l dl {
	float: left;  margin-top: 10px;
    margin-bottom: 10px;
}
.news_list_l dd a.more {
	color: #fbb01f;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 42px;
}
.news_list_l dd a:hover{ color: #1c62b0;}


.news_img{ position:relative; margin-bottom:15px;}
.tu_pian{ width:590px; height:220px; overflow:hidden;}
.tu_pian img{ width:100%; height: 220px;}
.wen_zi h3{position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 36px;
line-height: 36px;
color: #ffffff;
text-align: center;
font-size: 14px;
font-family: "微软雅黑";
background-color: rgba(0,0,0,0.4); z-index:999;}
.wen_zi h3 a{color:#fff;font-weight: normal;font-size: 15px;}
.newsbox-t {width: 100%;float: left;font-size: 22px;color: #1e1e1e;height: 45px;line-height: 45px;}
.news_list_r {width: 590px;float: right;}
.news_list_r dl {float: left;  margin-top: 10px; margin-bottom: 10px;}
.news_list_r dd { float:left; width:484px; padding-left:20px;}
.news_list_r dd p {    font-size: 14px;
    line-height: 28px;
    margin-bottom: 6px;
    color: #666;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;}
.news_list_r dd .title_new {
	margin-bottom: 5px;
	font-size: 16px;
	color: #171717;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .75s;
	-webkit-transition: all ease .75s;
}
.news_list_r dd a.more {
	color: #fbb01f;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 42px;
}
.news_list_r dd a:hover{ color: #1c62b0;}
.news_list_r dt {
	float: left;
    width: 84px;
    height: 76px;
    padding: 12px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #969696;
    text-align: center;
    border: 1px solid #cfcfcf;
	
}
.news_list_r dt .d {
    display: block;
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;

}
.news_list_r dt .m {
    text-align: center;
    line-height: 20px;
}


.news_list_r .wenzi{margin: 0px 0 10px 0; padding: 17px 25px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    background: #eeeeee;
    padding-bottom: 15px;}

.news_list_r .wenzi h3{ font-size:24px; font-weight:normal;}

.news_list_r .wenzi p{
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    color: #666;}


.news_list_r  p a.more {
	color: #fbb01f;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 42px;
}
.news_list_r  p a:hover{ color: #1c62b0;}





/**首页结束**/
/**标题**/
.title_title h2 {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	text-align: center; margin-bottom:10px;}
.title_title h2 a {
	color: #1252aa;
	font-size: 32px;
	line-height: 30px;
}
.title_title .pr_en {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    background: url(images/title_bg.png) repeat-x center left;
}

.title_title .pr_en span {
    background: #ededed;
    padding-left: 10px;
    padding-right: 10px;font-size: 17px; text-transform:uppercase;
}



.title_title .ps_en {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    background: url(images/title_bg.png) repeat-x center left;
}

.title_title .ps_en span {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;font-size: 17px; text-transform:uppercase;
}



/**link**/
.link {
	width: 100%;
	margin: 0 auto;
	background: #ddd;
	height: 0;
	overflow: hidden;
}
.link_main {
	margin: 0 auto;
	margin-top: 0px;
	width: 1200px;
	line-height: 40px;
	padding: 10px 0;
}
.links {
	padding-top: 5px;
	height: auto;
}
.link_title a {
	display: block;
	height: 40px;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 17px;
	color: #333333;
}
.link_title {
	width: 100px;
	height: 40px;
	float: left;
}
.hotline_title {
	width: 100px;
	height: 40px;
	float: left;
}
.hotline_title a {
	display: block;
	height: 40px;
	text-align: left;
	line-height: 50px;
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 17px;
	color: #333333;
}
.hotline_content {
	width: 1128px;
	float: right;
	position: relative;
	overflow: hidden;
}
.hotline_content a {
	padding: 0 20px;
	color: #000;
	border-right: 1px solid #d5d5d5;
	color: #333;
	font-size: 14px;
}
.link_title span {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #191010;
	font-weight: normal;
}
.links_content a {
	padding: 0 10px;
	border-right: 1px solid #d5d5d5;
	color: #333;
	font-size: 14px
}
.links_content a.gd {
	color: #333333;
	text-decoration: underline;
	font-size: 14px
}
.links_content a:hover {
	text-decoration: underline
}
.links_content {
	width: 1200px;
	float: right;
	position: relative;
	overflow: hidden;
}
/* shop_link_wrap */
.shop_link_wrap {
	background: #609FE6;
	padding: 26px 0;
}
.shop_link {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.shop_link .tip {
	width: 380px;
	color: #fff;
	font-size: 16px;
	float: left;
}
.shop_link .tip span {
	float: left;
	padding-right: 20px;
}
.shop_link .tip p em {
	font-size: 14px;
	font-style: normal;
	display: block;
}
.shop_link .tip p {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	line-height: 30px;
}
.shop_link .shop_item {
	float: right;
}
.shop_link .shop_item a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 45px;
	line-height: 55px;
}
.shop_link .shop_item a span {
	float: left;
	padding-right: 10px;
}
/*foot*/
.footer {
	background-color: #1c62b0;
	padding-bottom: 25px;
}
.foot {
	padding-top: 40px;
	overflow: hidden;
}
.foot_box {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: #444;
	line-height: 30px;
}
.foot_box dl {
	float: left;
	width: auto;
	padding: 0 34px;
}
.foot_box dt {
	font-weight: bold;
}
.foot_box dl dd {
	padding-top: 11px;
}
.foot_box dl dd a {
	text-align: left;
	display: block;
	width: auto;
	max-width: 300px;
	max-height: 280px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 13px;
	background: url(images/footer_ico.png) no-repeat left center;
	height: 32px;
	overflow: hidden;
	color: #B7D1EB;
}
.foot_box dl dd a:hover {
	color: #FFF;
}
.foot_qr_codes {
	float: right;
	width: 206px;
	text-align: center;
}
.foot_qr_codes {
	padding-top: 0px;
}
.foot_qr_codes span {
	display: block;
	font-size: 14px;
	color: #d8d8d8;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	margin-bottom: 22px;
}
.foot_box dl dt a {
	font-size: 18px;
	color: #e8e8e8;
	line-height: 45px;
}
.copyright {
	min-height: 48px;
	height: auto;
	line-height: 48px;
	font-size: 12px;
	color: #fff;
	border-top: 1px solid #5294DE;
	background: #1C62B0;
	width: 100%;
	font-size: 14px
}
.copyright img {
	display: block;
}
.copyright_center {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.copyright span {
	display: inline-block;
	padding-right: 20px;
	color: #7f7f7f;
}
.copyright_left {
	width: auto;
	max-width: 70%;
	float: left
}
.copyright_right {
	width: 30%;
	float: right;
	text-align: right;
	color: #fff;
}
.copyright_right a {
	color: #fff;
	text-decoration: none
}
/**内页**/
.box2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	background: url(images/box2.gif) left top repeat-y;
	padding-top: 20px
}
.box2 .left {
	width: 245px;
	float: left;
}
.left1_title {
	color: #333;
	font-family: Microsoft YaHei, "宋体";
	font-size: 16px;
	width: auto;
	line-height: 45px;
	padding-left: 10px;
	color: #222;
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
	padding-left: 12px;
	background: url(images/bg_repeat.png) repeat-x 0 -9px;
	margin-bottom: 13px;
	padding: 0;
	font-weight: 700;
}
.left1_1 span {
	width: 224px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: "microsoft yahei";
}
.left1_1 h3 {
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding-top: 10px
}
.left1_2 {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 8px 0px 0;
	width: 222px
}
.left1_2 ul {
	padding: 9px 17px 0px;
	width: 190px;
	overflow: hidden;
}
.left1_2 li {
	margin-bottom: 5px;
	margin-bottom: 5px;
	background: url(images/ico01.jpg) no-repeat left center;
	border-bottom: dashed 1px #bebfc1;
}
.left1_2 li.left_b {
	background: none
}
.left_c {
	background: none
}
.left1_2 li a {
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 14px;
	padding-left: 15px;
	color: #333;
	font-family: "microsoft yahei";
}
.left1_2 li a:hover, .left1_2 li a.on {
	background: #99cc4e;
	color: #fff;
}
.left1_3 {
	background: url(images/leftbottom.jpg) no-repeat;
	width: 224px;
	height: 198px;
	text-align: center;
	float: left;
}
.left1_3 p {
	color: #fff;
	font-size: 16px;
	padding-top: 104px;
}
.left1_3 span {
	font-family: fantasy;
	color: #fff;
	font-size: 22px;
}
.topmenu {
	background: #f5f5f5;
}
.topmenu, .submenu {
	list-style-type: none;
	width: 100%;
}
.pb10 {
	padding-bottom: 10px;
}
.pt10 {
	padding-top: 10px;
}
.topmenu > li {
	border-bottom: 1px solid #ddd;
}
.topmenu > li > a {
	background: #f2f2f2;
	padding: 10px 30px;
}
.topmenu > li > a, .left1 .submenu > li > a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	color: #555;
	font-size: 13px
}
.topmenu > li > a:hover, .left1 .submenu > li > a:hover {
	color: #1c62b0;
	font-weight: bold;
}
.left1 .submenu > li > a {
	padding: 5px 10px;
}
.left1 .submenu > li > a .text {
	padding: 10px 10px;
}
.mr5 {
	margin-right: 5px;
}
.topmenu .figure {
	background: url(images/close.jpg) no-repeat left center;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
.topmenu li.open .figure {
	background: url(images/open.jpg) no-repeat left center;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
.topmenu li.on .figure {
	background: url(images/open.jpg) no-repeat left center;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
.topmenu > li .submenu {
	display: none;
}
.topmenu, .submenu {
	list-style-type: none;
	width: 100%;
}
.submenu {
	position: relative;
	background: #fff;
}
.submenu > li {
	position: relative;
}
.topmenu > li .submenu {
	display: none;
}
.submenu {
	position: relative;
	background: #fff;
}
.topmenu, .submenu {
	list-style-type: none;
	width: 100%;
}
.submenu > li {
	position: relative;
}
.submenu > li.active > a {
	background: #f8f8f8;
	color: #018bff;
}
.left1 .submenu > li > a.on {
	background: #f8f8f8;
	color: #018bff;
}
.left1 .submenu > li > a {
	padding-left: 40px;
}
.topmenu > li {
	border-bottom: 1px dotted #ddd;
}
.topmenu li.open .submenu {
	display: block;
}
.submenu > li.active > a {
	color: #018bff;
}
.left1 .submenu > li > a:hover {
	color: #018bff;
}
.submenu > li::after {
	content: "";
	background-color: #ccc;
	border: 2px solid #fff;
	border-radius: 50% !important;
	bottom: auto;
	height: 13px;
	left: 24px !important;
	top: 11px !important;
	width: 13px;
	position: absolute;
	z-index: 1 !important;
}
.submenu > li.active::after {
	background-color: #018bff;
}
.submenu > li.on::after {
	background-color: #018bff;
}
.submenu > li:hover::after {
	background-color: #018bff;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left1 .submenu::after {
	border-left: 1px solid #eee !important;
	bottom: 0;
	content: "";
	left: 30px;
	position: absolute;
	top: 0;
}
.topmenu > li.on .submenu {
	display: block
}
.lefttitle {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	font-weight: 100;
	border-bottom: 0px;
	line-height: 41px;
	height: 41px;
	font-size: 16px;
	background: url(images/bg_repeat.png) repeat-x 0 -9px;
}
.lefttitle a {
	font: normal 16px/45px 'Microsoft YaHei';
	color: #333;
	font-weight: bold;
	text-align: left;
}
.leftnavbg {
	background: url(images/leftbg.jpg) 0 0 repeat-y;
	width: 245px;
	padding: 9px 0
}
.leftnavbg ul {
	width: 255px;
	margin: 0 auto
}
.leftnavbg li {
	width: 100%;
}
.leftnavbg li a {
	display: block;
	width: 255px;
	background: url(images/leftli2.jpg) 0 0 no-repeat;
	height: 47px;
	font: 12px/47px 'Simsun';
	color: #fff;
	margin-bottom: 1px;
	text-indent: 21px
}
.leftnavbg li a:hover {
	display: block;
	width: 255px;
	background: url(images/lefthover2.jpg) 0 0 no-repeat;
	height: 47px;
	font: 12px/47px 'Simsun';
	color: #fff;
	margin-bottom: 1px;
	text-indent: 21px
}
.leftbottom {
	display: block;
	margin-bottom: 10px;
}
.leftnews {
	width: 245px;
	padding: 9px 0
}
.leftnews li {
	width: 236px;
	height: 35px;
	font: 12px/30px "Microsoft YaHei";
	background: url(images/n_li.gif) left 11px no-repeat;
	margin: 0 auto;
	text-indent: 19px;
	overflow: hidden
}
.leftnews li a {
	color: #333
}
.leftcontact {
	width: 245px;
	padding: 0;
}
.leftcontact .leftcontact_list {
	width: 100%;
	margin: 0 auto;
	font: 13px/30px "Microsoft YaHei";
	color: #333;
}
.box2 .right {
	width: 935px;
	float: right;
	padding-bottom: 20px;
}
.title20 {
	color: #222222;
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
	padding-left: 12px;
	background: url(images/bg_repeat.png) repeat-x 0 -9px;
	padding: 0;
	overflow: hidden
}
.title20 a {
	font-weight: 700;
	font-size: 16px;
	height: 45px;
	overflow: hidden
}
.mianbao a {
	font-weight: normal;
	font-size: 14px
}
.title20 h5 {
	color: #333;
	font-family: Microsoft YaHei, "宋体";
	font-size: 16px;
	width: auto;
	line-height: 45px;
	padding-left: 10px
}
.title20 span {
	display: none;
}
.mianbao {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
.mianbao a {
	color: #555;
	margin: 0 6px
}
.title21 {
	margin: 30px 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.banner_nei {
	width: 100%;
	overflow: hidden
}
.banner_nei_center {
	width: 1200px;
	margin: 0 auto;
}
.banner_nei_center img {
	width: 1920px;
	margin-left: -329px;
}
#dituContent {
	min-height: 400px;
}
.carousel-control .fa {
	font-size: 48px;
}
.izl-rmenu {
	z-index: 9999
}
/* productul */
.productul {
	width: 100%;
	padding-top: 12px;
}
.productul li {
	float: left;
	display: inline;
	width: 298px;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.productul li img {
	width: 100%
}
.productul li .img-wrap {
	border: 1px solid #ddd
}
.productul li p {
	text-align: center;
	line-height: 30px
}
.productul li a {
	text-decoration: none;
	color: #4A4A4A;
	text-align: center;
	font-size: 15px;
}
.productul li img {
	display: block;
	vertical-align: middle;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	height: auto;
	margin: 0 auto;
}
.productul1 li {
	float: left;
	display: inline;
	width: 278px;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.productul1 li img {
	width: 100%
}
.productul1 li .img-wrap {
	border: 1px solid #ddd
}
.productul1 li p {
	text-align: center;
	line-height: 30px;
}
.productul1 li a {
	text-decoration: none;
	color: #4A4A4A;
	text-align: center;
	font-size: 15px;
}
.productul1 li img {
	display: block;
	vertical-align: middle;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	height: 270px;
	margin: 0 auto;
}
/* pages */
.pages {
	width: 100%;
	height: 28px;
	margin: 14px 0;
	clear: both;
}
.pages ul {
	float: right;
	margin: 0 15px 0 0;
	display: inline;
}
.pages ul li {
	float: left;
	display: inline;
	margin: 0 7px 0 0;
	font: 500 14px/28px 宋体;
	color: #666;
	width: 26px;
	height: 26px;
	border: 1px solid #131313;
	background: #373737;
	text-align: center;
}
.pages ul li a {
	color: #fff;
	display: block;
	width: 26px;
	height: 26px;
}
.pages ul li.prev {
	width: 64px;
	height: 26px;
	background: url(images/prev_page.jpg) 6px center no-repeat #373737;
	text-indent: 13px;
	border: 1px solid #131313;
	text-align: left;
}
.pages ul li.prev a, .pages ul li.next a {
	display: block;
	width: 64px;
	height: 26px;
}
.pages ul li.ok a {
	display: block;
	width: 55px;
	height: 28px;
}
.pages ul li.next {
	width: 64px;
	height: 26px;
	background: url(images/next_page.jpg) 54px center no-repeat #373737;
	text-indent: 6px;
	border: 1px solid #131313;
	text-align: left;
}
.pages ul li.clickli {
	font-weight: bold;
}
.pages ul li.dot {
	border: 0;
	background: none;
	color: #666;
}
.pages ul li.allpage {
	width: 136px;
	border: 0;
	background: none;
}
.allpage input {
	width: 26px;
	height: 26px;
	border: 1px solid #131313;
	text-align: center;
	background: #373737;
	margin: 0 5px;
	color: #fff;
	font: 14px/26px 宋体;
}
.pages ul li.ok {
	background: url(images/okbg.jpg) no-repeat 0 0;
	width: 55px;
	height: 28px;
	border: 0;
	float: left;
}
.pages ul li.ok a {
	color: #fff;
	text-shadow: 1px 1px 1px #473112;
}
/* newsul */
.newsul {
	width: 100%;
	margin: 0 auto;
}
.newsul li {
	width: 100%;
	height: 34px;
	font: 14px/34px 'Simsun';
	background: url(images/icons2.jpg) 0 center no-repeat;
	text-indent: 22px;
	overflow: hidden
}
.newsul li a {
	color: #333;
	font-size: 14px
}
.newsul li.none {
	background: none;
	height: 15px;
}
/* honor */
.honor {
	width: 100%;
}
.honor li {
	width: 100%;
	height: 1200px;
	padding-top: 8px;
}
.honorbox {
	float: left;
	display: block;
	width: 213px;
	height: 161px;
	padding: 4px;
	border: 1px solid #c3c3c3;
	background: #ccc;
	margin: 0 26px 0 12px
}
.honortitle {
	display: block;
	width: 414px;
	float: left;
	height: 44px;
	overflow: hidden;
	font: 600 16px/44px 'Microsoft YaHei';
	color: #005674
}
.honor li div {
	width: 414px;
	float: left;
	font: 12px/28px 'Simsun';
	color: #005674;
	height: 112px;
	overflow: hidden
}
/*内页*/
.product_item li {
	width: 29%;
	float: left;
	border-right: 1px solid #ddd;
	padding: 0 2% 0;
	margin-bottom: 3%;
	text-align: center;
	min-height: 350px
}
.product_item img {
	width: 80%;
	margin: 0 auto
}
.product_item .list_cp_info_1 {
	color: #333333;
	font-weight: 600;
	font-size: 15px
}
.product_item .descript {
	font-size: 13px
}
.zi_list {
	width: 100%
}
.fadeInLeft {
	float: left;
	width: 36%;
	padding-top: 30px;
	margin-right: 5%;
}
.fadeInRight {
	width: 56%;
	float: right;
}
.Descript h5 {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #e2e2e2;
	line-height: 45px;
}
.Descript h5 strong {
	background-color: #0d62be;
	padding: 10px 35px;
	line-height: 40px;
	border-bottom: 2px solid #1c62b0;
	position: relative;
}
.Descript_content {
	padding-top: 10px;
}
.pr_name {
	font-size: 28px;
	color: #404040;
	border-bottom: #727272 3px solid;
	line-height: 50px;
	font-weight: normal;
	margin: 0;
}
.nei_zixun i {
	font-size: 22px;
	position: absolute;
	top: 9px;
	left: 10px;
}
.nei_zixun .liuyan {
	margin-left: 13px;
}
.nei_zixun::after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
#pro_baseinfo {
	padding-top: 5%;
}
#content p, #content li {
	font-size: 14px;
	line-height: 200%;
}
#pro_baseinfo strong {
	font-size: 18px;
	font-weight: normal;
}
.nei_zixun {
	margin-top: 28px;
}
.nei_zixun a {
	float: left;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #006fb6;
	border: 1px solid #006fb6;
	padding: 0 20px;
	position: relative;
}
.nei_zixun::after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.product_h1 {
	font-size: 1.6em;
	padding: 1% 2%;
	line-height: 180%;
	background: #f2f2f2;
	color: #333
}
.product_info {
	width: 100%;
	float: left;
	margin-right: 10px;
	padding-top: 0px;
	overflow: hidden
}
.product_info h1 {
}
.product_info table {
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
}
.product_info table th {
	text-align: right;
	padding: 7px 5px;
	width: 80px;
	font-weight: normal;
	font-size: 13px;
}
.product_info table td {
	padding: 5px;
	font-size: 12px;
	background: none;
}
.product_info table tr {
}
.product_info strong {
	font-size: 30px;
}
#dialog_link, .product_info .goshop {
	float: left;
	background-color: #F06309;
	color: #FFF;
	font-size: 1.0em;
	padding: 8px 0px;
	margin: 10px;
	display: block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
.product_info .goshop:hover {
	background-color: #FF4A00;
}
#pro_baseinfo li img {
	margin-top: 8px;
}
#dialog_link {
	margin-left: 20px;
	background: #236298;
}
#dialog_link:hover {
	background: #2065C4;
}
.product_info div.share {
	border: none
}
/**/
/*产品详细页 -产品展示*/
/**/
.product_img {
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
	padding-top: 0px;
}
.product_img .bd {
	position: relative;
	width: 310px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
}
.product_img .showDiv {
	position: relative;
	width: 310px;
	height: 300px;
	overflow: hidden;
}
.product_img .showDiv img {
	max-width: 310px;
 width:expression(document.body.clientWidth>310?"310px":"auto");
	max-height: 300px;
height:expression(document.body.clientHeight>300?"300px":"auto");
}
.product_img .hd ul a:hover img, .product_img .hd ul .on img {
	border-color: #1c62b0;
}
/* 滚动图片 */
.product_img .hd {
	clear: both;
	width: 100%;
	position: relative;
	padding: 0px 30px 0px 30px;
	overflow: hidden;
	margin-bottom: 10px;
	overflow: hidden;
}
.product_img .hd li {
	float: left;
	display: inline;
	position: relative;
	width: 75px;
	text-align: center;
	overflow: hidden;
	padding: 5px;
	vertical-align: 100%;
}
.product_img .hd li a {
	display: block;
}
.product_img .hd li img {
	width: 65px;
	height: 65px;
	border: 3px solid #ddd;
}
.product_img .hd a.bx-prev, .product_img .hd a.bx-next {
	position: absolute;
	top: 0;
	display: block;
	width: 20px;
	height: 88px;
	background: url(images/scroll.gif) no-repeat left center;
	z-index: 99999;
}
.product_img .hd a.bx-prev {
	left: -24px;
}
.product_img .hd a.bx-prev:hover {
	background: url(images/scroll.gif) no-repeat -80px center;
}
.product_img .hd a.bx-next {
	right: -24px;
	background: url(images/scroll.gif) no-repeat -60px center;
}
.product_img .hd a.bx-next:hover {
	background: url(images/scroll.gif) no-repeat -140px center;
}
.view_n {
	float: right
}
.dres {
	padding-bottom: 2%
}
.dres ul {
	padding-top: 30px;
}
.pr-contact .say {
	color: #646464;
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 10px;
	text-align: center
}
.box .contact_pr {
	display: inline-block;
	padding: 2%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	background: #333333;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	cursor: pointer;
	font-family: Noto Sans Japanese, Arial, Helvetica, sans-serif;
}
.contact_pr_main {
	text-align: center
}
.guestbook {
	width: 100%;
}
.guestbook .guestbookright {
	width: 100%;
	max-width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.foot_mp {
	background: #333333;
	z-index: 99999
}
#izl_rmenu {
	bottom: 50px
}
.nei_contact_img img {
	padding-top: 10px
}
#content img {
	max-width: 100%
}
.Descript_content img {
	max-width: 100%
}
.guestbook_btn {
	padding-left: 10px;
	padding-right: 10px;
}
.form_message input {
	width: 200px
}
.form_message .guestbook_textarea {
	width: 400px
}
/*内页*/
.dianhua {
	background: url(images/Tel.gif) no-repeat scroll 0 18px transparent;
	color: #666666;
	line-height: 20px;
	padding: 10px 0 10px 55px;
}
.leftcontact .dianhua span {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	color: #1c62b0;
	display: block;
	font-family: "Impact";
}
.dianhua span {
	margin-top: 10px;
}
.pages_us {
	width: 1200px;
	margin: 0 auto;
}
.position_us {
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #BEBDBD;
	height: 45px;
	line-height: 45px;
	margin-top: 15px;
}
.pages_us a {
	color: #333;
}
.left_us {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
}
.left_us .topmenu {
	width: auto;
	margin: 0 auto;
}
.left_us .topmenu li {
	float: left;
	font-size: 20px;
	width: auto;
	height: 40px;
	border: 1px solid #d0d0d0;
	line-height: 40px;
	margin-left: -1px;
	margin-bottom: 5px;
}
.left_us .topmenu > li > a, .left_us .left1 .submenu > li > a {
	display: block;
	text-decoration: none;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #555;
	font-size: 13px;
	background: none;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	color: #333;
}
.left_us .topmenu > li > a:hover, .left_us .left1 .submenu > li > a:hover {
	background: #1c62b0;
	color: #fff;
}
.left_us .topmenu > li > a.on, .left_us .left1 .submenu > li > a.on {
	background: #1c62b0;
	color: #fff;
}
/*--galler start here--*/
.gallery {
	padding: 4em 0em 1em 0em;
}
.gallery-top h3 {
	font-size: 3em;
	color: #553a99;
	margin: 0em;
	font-family: 'Signika-Regular';
}
.gallery-top h3 a {
	color: #553a99;
}
.gallery-top {
	padding: 0em 0em 2em 0em;
	text-align: center;
}
/*----*/
.col1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width: 100%;
}
.col1 figure img {
	position: relative;
	display: block;
}
.features-grids figure figcaption {
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.col1 figure figcaption::before, .fcol1 figure figcaption::after {
	pointer-events: none;
}
.col1 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 270px;
}
figure.effect-bubba {
	background: rgba(28, 98, 176, 0.7);
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	background: url(images/pr_search.png) 50% 80% no-repeat;
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}
figure.effect-bubba h4 {
	padding-top: 23%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	-o-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	opacity: 0;
	color: #fff;
	font-family: 'Signika-Regular';
	font-size: 1.6em;
}
figure.effect-bubba h4.gal {
	padding-top: 21%;
	padding-left: 30px;
	padding-right: 30px;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	color: #fff;
	font-size: 1em;
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h4, figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*--//welcome--*/
/*--gallery end here--*/